Html Css Color HEX #BCDEEE Onahau

📋 copy color: '#BCDEEE'

red 188 ◦ green 222 ◦ blue 238

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

Shades of Onahau #BCDEEE

Tints of Onahau #BCDEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.73%

R = 29.01%
G = 34.26%
B = 36.73%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCDEEE (or 0xBCDEEE) is known color: Onahau. HEX triplet: BC, DE and EE. RGB value is (188,222,238). Sum of RGB (Red+Green+Blue) = 188+222+238=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEEE is #432111. Grayscale: #D5D5D5. Windows color (decimal): -4399378 or 15654588. OLE color: 15654588.

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

Color convert

RGB 188 222 238 -
CMYK 0.21 0.07 0 0.07
HSL 199.2º 0.6% 0.84% -
HSV(B) 199.2º 0.21% 0.93% -
XYZ 62.29 69.11 90.94 -
YUV 213.66 141.74 109.7 -
System Red Green Blue C M Y K H S L
Decimal 188 222 238 0.21 0.07 0 0.07 199.2 0.6 0.84
Hex BC DE EE 15 7 0 7 C7 3C 54
Octal 274 336 356 25 7 0 7 307 74 124
Binary 10111100 11011110 11101110 10101 111 0 111 11000111 111100 1010100

Color Harmonies of #BCDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEEE

Black with #BCDEEE

Text Example


Text Example

White with #BCDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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