Html Css Color HEX #BCEAF6 Onahau

📋 copy color: '#BCEAF6'

red 188 ◦ green 234 ◦ blue 246

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

Shades of Onahau #BCEAF6

Tints of Onahau #BCEAF6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.03%

 BLUE value IS 246 (96.48% from 255) = 36.83%

R = 28.14%
G = 35.03%
B = 36.83%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCEAF6 (or 0xBCEAF6) is known color: Onahau. HEX triplet: BC, EA and F6. RGB value is (188,234,246). Sum of RGB (Red+Green+Blue) = 188+234+246=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF6 is #431509. Grayscale: #DDDDDD. Windows color (decimal): -4396298 or 16181948. OLE color: 16181948.

HSL color Cylindrical-coordinate representation of color #BCEAF6: hue angle of 192.41º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCEAF6 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 234 246 -
CMYK 0.24 0.05 0 0.04
HSL 192.41º 0.76% 0.85% -
HSV(B) 192.41º 0.24% 0.96% -
XYZ 66.8 76.19 98.37 -
YUV 221.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 188 234 246 0.24 0.05 0 0.04 192.41 0.76 0.85
Hex BC EA F6 18 5 0 4 C0 4C 55
Octal 274 352 366 30 5 0 4 300 114 125
Binary 10111100 11101010 11110110 11000 101 0 100 11000000 1001100 1010101

Color Harmonies of #BCEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAF6

Black with #BCEAF6

Text Example


Text Example

White with #BCEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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