Html Css Color HEX #BCEAF1 Onahau

📋 copy color: '#BCEAF1'

red 188 ◦ green 234 ◦ blue 241

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

Shades of Onahau #BCEAF1

Tints of Onahau #BCEAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.35%

R = 28.36%
G = 35.29%
B = 36.35%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCEAF1 (or 0xBCEAF1) is known color: Onahau. HEX triplet: BC, EA and F1. RGB value is (188,234,241). Sum of RGB (Red+Green+Blue) = 188+234+241=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF1 is #43150E. Grayscale: #DCDCDC. Windows color (decimal): -4396303 or 15854268. OLE color: 15854268.

HSL color Cylindrical-coordinate representation of color #BCEAF1: hue angle of 187.92º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCEAF1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 234 241 -
CMYK 0.22 0.03 0 0.05
HSL 187.92º 0.65% 0.84% -
HSV(B) 187.92º 0.22% 0.95% -
XYZ 66.04 75.89 94.39 -
YUV 221.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 188 234 241 0.22 0.03 0 0.05 187.92 0.65 0.84
Hex BC EA F1 16 3 0 5 BC 41 54
Octal 274 352 361 26 3 0 5 274 101 124
Binary 10111100 11101010 11110001 10110 11 0 101 10111100 1000001 1010100

Color Harmonies of #BCEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAF1

Black with #BCEAF1

Text Example


Text Example

White with #BCEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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