Html Css Color HEX #BCEAF7 Onahau

📋 copy color: '#BCEAF7'

red 188 ◦ green 234 ◦ blue 247

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

Shades of Onahau #BCEAF7

Tints of Onahau #BCEAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.92%

R = 28.1%
G = 34.98%
B = 36.92%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCEAF7 (or 0xBCEAF7) is known color: Onahau. HEX triplet: BC, EA and F7. RGB value is (188,234,247). Sum of RGB (Red+Green+Blue) = 188+234+247=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF7 is #431508. Grayscale: #DDDDDD. Windows color (decimal): -4396297 or 16247484. OLE color: 16247484.

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

Color convert

RGB 188 234 247 -
CMYK 0.24 0.05 0 0.03
HSL 193.22º 0.79% 0.85% -
HSV(B) 193.22º 0.24% 0.97% -
XYZ 66.95 76.25 99.19 -
YUV 221.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 188 234 247 0.24 0.05 0 0.03 193.22 0.79 0.85
Hex BC EA F7 18 5 0 3 C1 4F 55
Octal 274 352 367 30 5 0 3 301 117 125
Binary 10111100 11101010 11110111 11000 101 0 11 11000001 1001111 1010101

Color Harmonies of #BCEAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAF7

Black with #BCEAF7

Text Example


Text Example

White with #BCEAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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