Html Css Color HEX #BCEAF3 Onahau

📋 copy color: '#BCEAF3'

red 188 ◦ green 234 ◦ blue 243

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

Shades of Onahau #BCEAF3

Tints of Onahau #BCEAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.54%

R = 28.27%
G = 35.19%
B = 36.54%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCEAF3 (or 0xBCEAF3) is known color: Onahau. HEX triplet: BC, EA and F3. RGB value is (188,234,243). Sum of RGB (Red+Green+Blue) = 188+234+243=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF3 is #43150C. Grayscale: #DDDDDD. Windows color (decimal): -4396301 or 15985340. OLE color: 15985340.

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

Color convert

RGB 188 234 243 -
CMYK 0.23 0.04 0 0.05
HSL 189.82º 0.7% 0.85% -
HSV(B) 189.82º 0.23% 0.95% -
XYZ 66.34 76.01 95.97 -
YUV 221.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 188 234 243 0.23 0.04 0 0.05 189.82 0.7 0.85
Hex BC EA F3 17 4 0 5 BE 46 55
Octal 274 352 363 27 4 0 5 276 106 125
Binary 10111100 11101010 11110011 10111 100 0 101 10111110 1000110 1010101

Color Harmonies of #BCEAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAF3

Black with #BCEAF3

Text Example


Text Example

White with #BCEAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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