Html Css Color HEX #BCDFE7 Onahau

📋 copy color: '#BCDFE7'

red 188 ◦ green 223 ◦ blue 231

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

Shades of Onahau #BCDFE7

Tints of Onahau #BCDFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.98%

R = 29.28%
G = 34.74%
B = 35.98%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCDFE7 (or 0xBCDFE7) is known color: Onahau. HEX triplet: BC, DF and E7. RGB value is (188,223,231). Sum of RGB (Red+Green+Blue) = 188+223+231=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFE7 is #432018. Grayscale: #D5D5D5. Windows color (decimal): -4399129 or 15196092. OLE color: 15196092.

HSL color Cylindrical-coordinate representation of color #BCDFE7: hue angle of 191.16º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDFE7 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 223 231 -
CMYK 0.19 0.03 0 0.09
HSL 191.16º 0.47% 0.82% -
HSV(B) 191.16º 0.19% 0.91% -
XYZ 61.55 69.24 85.72 -
YUV 213.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 188 223 231 0.19 0.03 0 0.09 191.16 0.47 0.82
Hex BC DF E7 13 3 0 9 BF 2F 52
Octal 274 337 347 23 3 0 11 277 57 122
Binary 10111100 11011111 11100111 10011 11 0 1001 10111111 101111 1010010

Color Harmonies of #BCDFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFE7

Black with #BCDFE7

Text Example


Text Example

White with #BCDFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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