Html Css Color HEX #BCDEEA Onahau

📋 copy color: '#BCDEEA'

red 188 ◦ green 222 ◦ blue 234

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

Shades of Onahau #BCDEEA

Tints of Onahau #BCDEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.47%

 BLUE value IS 234 (91.8% from 255) = 36.34%

R = 29.19%
G = 34.47%
B = 36.34%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCDEEA (or 0xBCDEEA) is known color: Onahau. HEX triplet: BC, DE and EA. RGB value is (188,222,234). Sum of RGB (Red+Green+Blue) = 188+222+234=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEEA is #432115. Grayscale: #D5D5D5. Windows color (decimal): -4399382 or 15392444. OLE color: 15392444.

HSL color Cylindrical-coordinate representation of color #BCDEEA: hue angle of 195.65º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDEEA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 222 234 -
CMYK 0.20 0.05 0 0.08
HSL 195.65º 0.52% 0.83% -
HSV(B) 195.65º 0.2% 0.92% -
XYZ 61.71 68.87 87.88 -
YUV 213.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 188 222 234 0.20 0.05 0 0.08 195.65 0.52 0.83
Hex BC DE EA 14 5 0 8 C4 34 53
Octal 274 336 352 24 5 0 10 304 64 123
Binary 10111100 11011110 11101010 10100 101 0 1000 11000100 110100 1010011

Color Harmonies of #BCDEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEEA

Black with #BCDEEA

Text Example


Text Example

White with #BCDEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEEA; }

 p { color: rgb(188,222,234); }

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

background-color css

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

 a { background-color: rgb(188,222,234); }

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

border-color css

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

 span { border-color: rgb(188,222,234); }

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