Html Css Color HEX #BCDFEA Onahau

📋 copy color: '#BCDFEA'

red 188 ◦ green 223 ◦ blue 234

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

Shades of Onahau #BCDFEA

Tints of Onahau #BCDFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.57%

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

R = 29.15%
G = 34.57%
B = 36.28%

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

#BCDFEA (or 0xBCDFEA) is known color: Onahau. HEX triplet: BC, DF and EA. RGB value is (188,223,234). Sum of RGB (Red+Green+Blue) = 188+223+234=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFEA is #432015. Grayscale: #D5D5D5. Windows color (decimal): -4399126 or 15392700. OLE color: 15392700.

HSL color Cylindrical-coordinate representation of color #BCDFEA: hue angle of 194.35º 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 #BCDFEA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 223 234 -
CMYK 0.20 0.05 0 0.08
HSL 194.35º 0.52% 0.83% -
HSV(B) 194.35º 0.2% 0.92% -
XYZ 61.98 69.41 87.97 -
YUV 213.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 188 223 234 0.20 0.05 0 0.08 194.35 0.52 0.83
Hex BC DF EA 14 5 0 8 C2 34 53
Octal 274 337 352 24 5 0 10 302 64 123
Binary 10111100 11011111 11101010 10100 101 0 1000 11000010 110100 1010011

Color Harmonies of #BCDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFEA

Black with #BCDFEA

Text Example


Text Example

White with #BCDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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