Html Css Color HEX #BCDEEF Onahau

📋 copy color: '#BCDEEF'

red 188 ◦ green 222 ◦ blue 239

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

Shades of Onahau #BCDEEF

Tints of Onahau #BCDEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.83%

R = 28.97%
G = 34.21%
B = 36.83%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCDEEF (or 0xBCDEEF) is known color: Onahau. HEX triplet: BC, DE and EF. RGB value is (188,222,239). Sum of RGB (Red+Green+Blue) = 188+222+239=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEEF is #432110. Grayscale: #D5D5D5. Windows color (decimal): -4399377 or 15720124. OLE color: 15720124.

HSL color Cylindrical-coordinate representation of color #BCDEEF: hue angle of 200º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDEEF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 222 239 -
CMYK 0.21 0.07 0 0.06
HSL 200º 0.61% 0.84% -
HSV(B) 200º 0.21% 0.94% -
XYZ 62.44 69.17 91.72 -
YUV 213.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 188 222 239 0.21 0.07 0 0.06 200 0.61 0.84
Hex BC DE EF 15 7 0 6 C8 3D 54
Octal 274 336 357 25 7 0 6 310 75 124
Binary 10111100 11011110 11101111 10101 111 0 110 11001000 111101 1010100

Color Harmonies of #BCDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEEF

Black with #BCDEEF

Text Example


Text Example

White with #BCDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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