Html Css Color HEX #BCE2E4 Onahau

📋 copy color: '#BCE2E4'

red 188 ◦ green 226 ◦ blue 228

#BCE2E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BCE2E4

Tints of Onahau #BCE2E4

RGB

 RED value IS 188 (73.83% from 255) = 29.28%

 GREEN value IS 226 (88.67% from 255) = 35.2%

 BLUE value IS 228 (89.45% from 255) = 35.51%

R = 29.28%
G = 35.2%
B = 35.51%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCE2E4 (or 0xBCE2E4) is known color: Onahau. HEX triplet: BC, E2 and E4. RGB value is (188,226,228). Sum of RGB (Red+Green+Blue) = 188+226+228=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCE2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2E4 is #431D1B. Grayscale: #D6D6D6. Windows color (decimal): -4398364 or 15000252. OLE color: 15000252.

HSL color Cylindrical-coordinate representation of color #BCE2E4: hue angle of 183º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE2E4 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 228 -
CMYK 0.18 0.01 0 0.11
HSL 183º 0.43% 0.82% -
HSV(B) 183º 0.18% 0.89% -
XYZ 61.94 70.69 83.78 -
YUV 214.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 188 226 228 0.18 0.01 0 0.11 183 0.43 0.82
Hex BC E2 E4 12 1 0 B B7 2B 52
Octal 274 342 344 22 1 0 13 267 53 122
Binary 10111100 11100010 11100100 10010 1 0 1011 10110111 101011 1010010

Color Harmonies of #BCE2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2E4

Black with #BCE2E4

Text Example


Text Example

White with #BCE2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2E4; }

 p { color: rgb(188,226,228); }

 H1.HeaderClassName
 {
   color: #BCE2E4;
 }
 .AnyTagClassName
 {
   color: #BCE2E4;
 }
</style>

background-color css

<style>
 a { background-color: #BCE2E4; }

 a { background-color: rgb(188,226,228); }

 div.DivClassName
 {
   background-color: #BCE2E4;
 }
 .BgClassName
 {
   background-color: #BCE2E4;
 }
</style>

border-color css

<style>
 span { border-color: #BCE2E4; }

 span { border-color: rgb(188,226,228); }

 td.TdClassName
 {
   border-color: #BCE2E4;
 }
 .TagClassName
 {
   border-color: #BCE2E4;
 }
</style>